Version

SortConditionCollection<T> Class

An ordered collection of sort conditions which are applied to a sort-able regions in a worksheet.
Syntax
public class SortConditionCollection<T> 
where T: class, ISortable
Type Parameters
T
A type which logically contains data and can have sort condition applied to that data.
Remarks

The sort conditions in the collection are applied in order to the data.

Note: The collection can hold a maximum of 64 sort condition.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also